Skip to main content

Methods

MethodsDescription
AddEntityThe method adds a new child entity.
AssignEntityThe method copies properties of source entity to current entity.
ClearThe method deletes all child entities.
CloneThe method copies properties of source entity to current entity (include Handle).
CreateThe method creates and initializes a new TsgDXFEntity object.
DeleteEntityThe method deletes entity specified by its index.
DrawThe method generates the OnDraw event.
EntNameThe method returns an entity name.
FindEntByNameThe method finds the entity by a given name.
FindEntByHandleThe method finds the entity by a given handle.
GetBoxPointsThe method is used in drawing cycle for fast checking whether the entity must be drawn.
GetExtDataThe method gets extended data associated with the entity.
GetThicknessThe method returns entity's thickness.
IndexOfEntityThe method returns index of entity.
IndexOfHandleThe method returns index of handle.
IndexOfNameThe method returns index of entity by its name.
InsertEntityThe method adds entity to the list of child entities at the position specified by AIndex.
RemoveEntityThe method deletes a specified entity.
SetColorThe method sets color of the entity.
SetExtDataThe method associates a specified extended data with the entity.
SetLTypeThe method sets line type of the entity.
SetLWeightThe method sets line weight width of the entity.